Click or drag to resize

Owner Constructor (String, Int64, Int64, NetworkType, AddressType, String)

Initializes a new instance of the Owner class.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Owner(
	string username,
	long sessionID,
	long version,
	NetworkType networkType,
	AddressType addressType,
	string address
)

Parameters

username
Type: SystemString
The user’s login name on the originating host.
sessionID
Type: SystemInt64
The session unique identifier.
version
Type: SystemInt64
The session version number.
networkType
Type: Independentsoft.Sip.SdpNetworkType
The network type.
addressType
Type: Independentsoft.Sip.SdpAddressType
The address type.
address
Type: SystemString
The address of the machine from which the session was created.
See Also